Line
    ---------------------
    Different to basic
     
     
    Line does the same as in BBC Basic but is affected by
    the Output statement.
     
    Use: Draw a line from x1,y1 to x2,y2
     
    Syntax is: Line x1,y1,x2,y2
     
    Equivalent to:
    Move x1,y1
    Draw x2,y2
     
    Part of Input Line or Line Input statement.
     
    For further info about Graphics in WimpBasic click here.
     
    Other keywords in the Graphics category.